home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / infolist.lha / Infolist / developer / xfd / README
Encoding:
Text File  |  1995-01-05  |  5.7 KB  |  144 lines

  1.                       XFD Package - Release 1.06
  2.                       ==========================
  3.  
  4. COPYRIGHT
  5. ---------
  6. All  parts  of  this  software  package  are  freely  distributable for
  7. noncommercial use.  If you redistribute XFD, you have to keep all files
  8. together.  All programs are copyright by their authors.
  9.  
  10. DISCLAIMER
  11. ----------
  12. The  authors  are  not  liable  for any changes made to any part of the
  13. package, or consequences thereof as they cannot be made responsible for
  14. damages  or  loss  of  data  directly  or  indirectly  caused  by their
  15. software.
  16.  
  17. AUTHORS
  18. -------
  19. Georg Hörmann          - Definition of XFD standard, xfdmaster.library,
  20.                          xfdLibInfo, xfdList, xfdDecrunch, Asm support,
  21.                          some external decrunchers.
  22. Anders Melchiorsen     - 'C' includes, protos, pragmas.
  23. Dexter&Bartman/Abyss   - External decrunchers for FIRE and RNC.
  24.  
  25. INTRODUCTION
  26. ------------
  27. Almost  every  Amiga  user  has some crunched files on his (hard)disks,
  28. either  Powerpacked docs or crunched demos, utilities or whatever.  But
  29. what to do when you need the files to be uncrunched, and you don't call
  30. the cruncher your own (or it doesn't support decrunching)?  Enters XFD.
  31.  
  32. FEATURES
  33. --------
  34. This  software  package allows you to decrunch nearly every packed file
  35. known  on the Amiga.  It consists of the xfdmaster.library as the brain
  36. and a couple of programs that offer certain functions to the user.
  37.  
  38. The  xfdmaster.library is a standard Amiga shared, runtime library.  It
  39. works  with  Kickstart  V33+ and offers applications the possibility to
  40. directly support any crunched files.
  41.  
  42. Other  than the predecessor decrunch.library, the xfdmaster.library has
  43. a  more  flexible  user  interface,  offers the possibility to decrunch
  44. already loaded program segments and supports external decrunchers.
  45.  
  46. EXTERNAL DECRUNCHERS
  47. --------------------
  48. External  decrunchers  can  be easily written by any programmer who has
  49. knowledge  about the inner workings of a new cruncher.  That way almost
  50. everybody is able to keep the library up-to-date.  External decrunchers
  51. are  stored in "LIBS:xfd/" and xfdmaster.library loads them on startup.
  52. The following are available at the moment:
  53.  
  54. Chryseis - supports Chryseis Cruncher 0.9
  55. PMC      - supports PowerPlayer Module Cruncher (Normal/Sample mode)
  56. XPK      - supports any XPK sublibs (Crunchers/Encryptors)
  57. FIRE     - supports FIRE Cruncher
  58. RNC      - supports Rob Northern (RNC) Cruncher
  59.  
  60. SUBMISSIONS
  61. -----------
  62. You are a programmer who has
  63. - developed external decrunchers for xfdmaster.library?
  64. - written applications that support xfdmaster.library?
  65. You have new crunchers that are not supported yet?
  66. Please send anything of the above to the following address:
  67.  
  68. Georg Hörmann
  69. Martinswinkelstraße 16c       <=- NEW ADDRESS
  70. 82467 Garmisch-Partenkirchen
  71. Germany
  72.  
  73. TO DO
  74. -----
  75. [xfdmaster.library]
  76. - Add segment support to all internal relocatible decrunchers.
  77.  
  78. [xfdDecrunch]
  79. - Add some more options like removing/adding of suffixes.
  80.  
  81. Other ideas? Write to the address above!
  82.  
  83. HISTORY
  84. -------
  85. XFD 1.06 [xfdmaster.library 34.1]
  86. - Increased library version to 34 because of new features.
  87.   The V34 library is fully downward compatible to V33 libraries.
  88. - Rewritten xfdGetErrorText() function with lots of new error codes.
  89. - Added xfdTestHunkStructureNew() routine that returns detailed
  90.   error codes.
  91. - Added xfdRelocate() routine for better segment list support.
  92. - Extended xfdSegmentInfo structure for relocation mode support.
  93. - Overworked autodocs for more detailed information.
  94. - Overworked whole 'C' support stuff (includes, protos, pragmas).
  95. - Updated Assembler support files.
  96. - Added external decruncher for PMC files.
  97. - Added support for recognition and decrunching of segments
  98.   to the following slaves:
  99.   - PowerPacker 2.3 command files (all modes)
  100.   - PowerPacker 3.0 command files (all modes)
  101.   - PowerPacker 4.0 command files (all modes)
  102. - Added new version of xfdLibInfo with extended information.
  103. - Added external decrunchers for RNC and FIRE files. Thanks to
  104.   Dexter&BartMan/Abyss for sending me this stuff.
  105. - Added ATN! support to xfdmaster.library. Dexter/Abyss sent me
  106.   an external for this one, but it's just a FImp clone, so I
  107.   added it to the internals.
  108.  
  109. XFD 1.05 [xfdmaster.library 33.6]
  110. - Added decrunch support for StoneCracker 4.04 executables.
  111. - Added external decruncher for XPK files.
  112.  
  113. XFD 1.04 [xfdmaster.library 33.4]
  114. - Added 'C' includes, protos, pragmas. Thanks to Anders Melchiorsen
  115.   for typing all this stuff. Thanks to Brice Allenbrand too. He also
  116.   typed some 'C' stuff, but Anders was 3 days faster. Sorry!
  117. - Removed arp.library from the package as everybody has it anyway.
  118. - Added decrunch support for StoneCracker 4.04 data & address files.
  119.  
  120. XFD 1.03 [xfdmaster.library 33.3]
  121. - Added new version of xfdDecrunch with extended features.
  122.  
  123. XFD 1.02 [xfdmaster.library 33.3]
  124. - Did astonishing speed optimization to CrunchMania decruncher. All
  125.   files with lots of relocs will decrunch about 30 times faster. Thanks
  126.   to Markus Schmall who sent me a file (GadToolsBox with over 8000 [!]
  127.   reloc entries) that took 90 seconds (!) before that code cleanup and
  128.   3 seconds afterwards. Actually he thought XFD would crash, but who
  129.   waits 90 seconds ??? ;-)
  130. - Added Chryseis 0.9 decruncher. This one is implemented as external
  131.   decruncher including sourcecode as an example on how to code that
  132.   kind of thing.
  133. - Added File Imploder (FImp) decruncher.
  134. - Added new version of xfdDecrunch with lots of new features.
  135.  
  136. XFD 1.01 [xfdmaster.library 33.2]
  137. - Added asm includes, autodocs and fd files.
  138. - Final fixes in password code.
  139. - Added new versions of xfdDecrunch and xfdLibInfo.
  140. - Added support for external decrunchers.
  141.  
  142. XFD 1.00 [xfdmaster.library 33.1]
  143. - First public release.
  144.